[Previous] [Next] [Index] [Thread]

general web security (was "Compiling CERN httpd...)



> 
> Question from me: what is involved in setting up virtual web and are
> there any security considerations?

I know people consider this to be a forum for slightly different level
of concern, but I hope my answer to this is an important contribution
nevertheless:

Always assume any publically accessible software you are running is a
threat.  Assume it has an entire stable of Trojan horses hidden
within.  Then, with that in mind, configure your system.  And then
protect the rest of your network from that machine.

If the protections on that system are insufficient to corral the
process in a low-privilege area, don't use that OS.  In Unix,
this means using chroot, setuid(), etc.  I know some NT web servers
install and run as a privileged account by default.  This is
exactly the kind of thing to avoid.

I apologize if this is obvious for readers of this list...

dorian



References: